blob: 3a527780bf58a2e9117ce2c0bf9dfa37c6a4b589 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
name: "Main Area"
panels {
name: "HIT"
path: "Panels/open_c"
clue: "hit"
answer: "hit"
}
panels {
name: "TIN"
path: "Panels/open_u"
clue: "tin"
answer: "tin"
}
panels {
name: "PAINTING"
path: "Panels/open_maze"
clue: "painting"
answer: "art"
symbols: EXAMPLE
}
panels {
name: "COLOR"
path: "Panels/open_maze2"
clue: "color"
answer: "blue"
symbols: EXAMPLE
}
ports {
name: "ENTRY1"
path: "Components/Worldports/worldport3"
destination { x: -33 y: 0 z: 28 }
rotation: 270
}
ports {
name: "ENTRY2"
path: "Components/Worldports/worldport"
destination { x: -30 y: 0 z: 51 }
rotation: 0
}
ports {
name: "ENTRY3"
path: "Components/Worldports/worldport2"
destination { x: 0 y: 0 z: 51 }
rotation: 0
}
|